ComponentOne ASP.NET MVC Controls
Binding Method (ColumnBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : Binding Method
The value.
Configurates C1.Web.Mvc.ColumnBase.Binding. Sets the name of the property this column is bound to.
Syntax
'Declaration
 
Public Function Binding( _
   ByVal value As String _
) As TBuilder
public TBuilder Binding( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members